repoGarrys Modcancel

8,596 Commits over 3,256 Days - 0.11cph!

3 Years Ago
Cherry pick some changes: addons on dedicated server, max tool threads
3 Years Ago
▉▆▄▅▊ ▇▆▅▇▅▋▌▆▅▄▄ ▄▇▆▆▍ ▆▅▍▍ █▉▆▋▉▌▄▉()
3 Years Ago
Add an option to hide unuseful materials in Hammer's texture browser, which includes: player logo decals, vertexlitgeneric materials, hud/vgui/particle folders. These materials are now hidden by default.
3 Years Ago
Added CUserCmd.AddKey
3 Years Ago
▊▊▆▆▋▍ ▊▄▍▆ ▌▇██ ▆▉▋▇▍▊▋
3 Years Ago
Community Contributions: Made hook.Add/Remove not silently fail on arg type mismatch Fixed table.RemoveByValue throwing an error when key is not a number Added table.Shuffle Added DComboBox:OnMenuOpened( menu ) New library: math.ease Added table.MemberValuesFromKey Added ENTITY:AddOutputFromKeyValue and ENTITY:AddOutputFromAcceptInput Added SlowWalkSpeed to player_manager
3 Years Ago
Lowercase model name in PropSelect for sorting purposes
3 Years Ago
Merge up to cs8376
3 Years Ago
Fixed some addons that extract/load correctly on client not loading/extracting correctly on server. Both cases now simply display a warning before trying to extract.
3 Years Ago
Updated TTT: adds a new tip about voice volume scale, updates language files
3 Years Ago
Fixed an infinite loop with map pak searching empty wildcard
3 Years Ago
Filesystem search now works with map's PAK lump (file.Find included)
3 Years Ago
Bump MAX(_TOOL)_THREADS to 64 (4x previous limit)
3 Years Ago
Updated Steamworks SDK to v1.52 This commit: * Removes 'heartbeat' console command - this feature is deprecated by Steam * Potentially breaks '-steamport' launch option and 'sv_master_share_game_socket' convar (when set to not 1 which is the default) * Slightly alters old server browser query port behavior (Just listing this here in case it causes issues)
3 Years Ago
Allow multiple problems with the same ID but different parameters to coexist "Addon is missing its file" problem now shows which addon exactly is broken
3 Years Ago
Failed addon downloads will now fire a Problem with the reason why it failed Bump severity of "Missing addon files" problem Show severity of problems in the problems menu Added one higher severity, used for failed addon downloads
3 Years Ago
▌▊▋ ▊▄▋▍ ▉▉▉▍▇▋▍▅▆ ▉▊▌▄▍▅▋ █▊▍█▋ ▋▇▌▊▆▇▇█()
3 Years Ago
Bump MAXSTUDIOANIMS to 3k, MAXSTUDIOSEQUENCES to 2k (from 2k, and 1.5k respectively)
3 Years Ago
Added model name & position to VRAD's "unexpected strips found" error to help debug which static props cause the issue
3 Years Ago
▆▋▍▊ "▆▊▅▉▄▇▍▉█ ▉▋▆▆▆▊" █▇▆▋▄▉▉ ▆▉▉▋█▊ ▆▆▅▅██▊▆▊ ▍ ▊▊ ▋▅█▍▋ ▍ ▉▄▌▌▄▄▄ ▌▅▋▇▉▄▇ ▌▆▆▅ █▊▌
3 Years Ago
Added render.GetViewSetup() - returns the CViewSetup stuff including both real FOVs and the de-corrected for aspect ratio FOV
3 Years Ago
Bring the max lua files down to 32k for singleplayer
3 Years Ago
Bump MAX_LUA_FILES to 65000 for singleplayer only
3 Years Ago
Display warnings and prevent a crash when an NPC's memory is about to overflow
3 Years Ago
TTT: Updated language files (Community Contribution)
3 Years Ago
stopsound also shuts down all CSoundPatches
3 Years Ago
merge from main
3 Years Ago
Experiment: Count connecting players as bots until they fully join
3 Years Ago
Fixed Entity.StopLoopingSound() not working as expected when multiple sounds are involved
3 Years Ago
Remove non existent achievement from code
3 Years Ago
Update TTT language files
3 Years Ago
Revert AcceptInput changes for Linux only
3 Years Ago
Properly convert wchar_t to UTF8 in TextEntry.AllowInput
3 Years Ago
Fixed a crash due to out of bounds sequences with IK Rules and AccumulatePose
3 Years Ago
merge from main
3 Years Ago
Delete chromium.log if its over 100MB
3 Years Ago
Made Entity.GetBloodColor shared
3 Years Ago
Add probable cause to the "Failed to lock vertex buffer" message so users can more easily self diagnose
3 Years Ago
Fixed material name not appearing in "Warning in .VMT file .. " and "Error in .VMT file: error parsing vector element..." warnings
3 Years Ago
merge from main
3 Years Ago
Improved loading process to do with Lua files so they are not sometimes redownloaded every time, also makes accessing files from Lua cache potentially faster
3 Years Ago
Fixed crashes when the File object in steamworks.DownloadUGC's callback is closed prematurely
3 Years Ago
merge from main
3 Years Ago
Repalce some possibly incorrect usage of FLT_MIN with -FLT_MAX, affects IKRules and displacements
3 Years Ago
Remove check for IsConCommandBlocked existence, it should exist on all clients now
3 Years Ago
Fixed a potential bug in materialsystem to do with PO2 rejection on texture load Fixed a bug in materialsystem where NoMip textures were trying to read past EOF looking for mipmaps, resulting in "Error unserializing VTF file... is the file empty?" errors
3 Years Ago
Fixed constraint.GetAllConstrainedEntities returning all entities constrained to world if the given entity is constrained to world
3 Years Ago
merge from main
3 Years Ago
Some minor changes to steamworks.DownloadUGC
3 Years Ago
Restore old incorrect behavior of Entity.SetBodyGroups's first argument